Vector Constructor(Double[])
In This Topic
Initializes a new instance of the Vector class.
Syntax
'Declaration
Public Function New( _
ByVal ParamArray () As Double _
)
public Vector(
params double[]
)
Parameters
- items
- A double array indicates the items.
See Also